home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / API / SAMPLES / FOXTLIB / README.TXT < prev    next >
Encoding:
Text File  |  1998-05-28  |  3.6 KB  |  104 lines

  1. ========================================================================
  2.         OLE Control DLL : FOXTLIB
  3. ========================================================================
  4.  
  5. ControlWizard has created this project for your FOXTLIB OLE Control DLL,
  6. which contains 1 control.
  7.  
  8. This skeleton project not only demonstrates the basics of writing an OLE
  9. Control, but is also a starting point for writing the specific features
  10. of your control.
  11.  
  12. This file contains a summary of what you will find in each of the files
  13. that make up your FOXTLIB OLE Control DLL.
  14.  
  15. foxtlib.mak
  16.     The Visual C++ project makefile for building your OLE Control.
  17.  
  18. foxtlib.h
  19.     This is the main include file for the OLE Control DLL.  It
  20.     includes other project-specific includes such as resource.h.
  21.  
  22. foxtlib.cpp
  23.     This is the main source file that contains code for DLL initialization,
  24.     termination and other bookkeeping.
  25.  
  26. foxtlib.rc
  27.     This is a listing of the Microsoft Windows resources that the project
  28.     uses.  This file can be directly edited with the Visual C++ resource
  29.     editor.
  30.  
  31. foxtlib.def
  32.     This file contains information about the OLE Control DLL that
  33.     must be provided to run with Microsoft Windows.
  34.  
  35. foxtlib.clw
  36.     This file contains information used by ClassWizard to edit existing
  37.     classes or add new classes.  ClassWizard also uses this file to store
  38.     information needed to generate and edit message maps and dialog data
  39.     maps and to generate prototype member functions.
  40.  
  41. foxtlib.odl
  42.     This file contains the Object Description Language source code for the
  43.     type library of your control.
  44.  
  45. /////////////////////////////////////////////////////////////////////////////
  46. Foxtlib control:
  47.  
  48. FoxtlibCtl.h
  49.     This file contains the declaration of the CFoxtlibCtrl C++ class.
  50.  
  51. FoxtlibCtl.cpp
  52.     This file contains the implementation of the CFoxtlibCtrl C++ class.
  53.  
  54. FoxtlibPpg.h
  55.     This file contains the declaration of the CFoxtlibPropPage C++ class.
  56.  
  57. FoxtlibPpg.cpp
  58.     This file contains the implementation of the CFoxtlibPropPage C++ class.
  59.  
  60. FoxtlibCtl.bmp
  61.     This file contains a bitmap that a container will use to represent the
  62.     CFoxtlibCtrl control when it appears on a tool palette.  This bitmap
  63.     is included by the main resource file foxtlib.rc.
  64.  
  65. /////////////////////////////////////////////////////////////////////////////
  66. Help Support:
  67.  
  68. MakeHelp.bat
  69.     Use this batch file to create your OLE control's Help file, foxtlib.hlp.
  70.  
  71. foxtlib.hpj
  72.     This file is the Help Project file used by the Help compiler to create
  73.     your OLE control's Help file.
  74.  
  75. *.bmp
  76.     These are bitmap files required by the standard Help file topics for
  77.     Microsoft Foundation Class Library standard commands.  These files are
  78.     located in the HLP subdirectory.
  79.  
  80. foxtlib.rtf
  81.     This file contains the standard help topics for the common properties,
  82.     events and methods supported by many OLE controls.  You can edit
  83.     this to add or remove additional control specific topics.  This file is
  84.     located in the HLP subdirectory.
  85.  
  86. /////////////////////////////////////////////////////////////////////////////
  87. Other standard files:
  88.  
  89. stdafx.h, stdafx.cpp
  90.     These files are used to build a precompiled header (PCH) file
  91.     named stdafx.pch and a precompiled types (PCT) file named stdafx.obj.
  92.  
  93. resource.h
  94.     This is the standard header file, which defines new resource IDs.
  95.     The Visual C++ resource editor reads and updates this file.
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. Other notes:
  99.  
  100. ControlWizard uses "TODO:" to indicate parts of the source code you
  101. should add to or customize.
  102.  
  103. /////////////////////////////////////////////////////////////////////////////
  104.